Fluent Assertions Documentation
FluentAssertions Namespace / AndWhichConstraint<TParent,TSubject> Class / Subject Property
In This Topic
    Subject Property (AndWhichConstraint<TParent,TSubject>)
    In This Topic
    Returns the single result of a prior assertion that is used to select a nested or collection item.
    Syntax
    public TSubject Subject {get;}
    Remarks
    Just a convenience property that returns the same value as Which.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also